runtime.hexdumper.wordBytes (field)

7 uses

	runtime (current package)
		hexdump.go#L55: 	wordBytes uint8
		hexdump.go#L126: 	if h.wordBytes == 0 {
		hexdump.go#L127: 		h.wordBytes = goarch.PtrSize
		hexdump.go#L129: 	wb := int(h.wordBytes)
		hexdump.go#L227: 		for offset := 0; offset+int(h.wordBytes) <= len(data); offset += int(h.wordBytes) {
		hexdump.go#L233: 			caret := dataStart + int(min(h.toPos[offset], h.toPos[offset+int(h.wordBytes)-1]))